翻訳と辞書
Words near each other
・ Proof Positive (album)
・ Proof Positive (Greene story)
・ Proof Positive (TV series)
・ Proof procedure
・ Proof School
・ Proof sketch for Gödel's first incompleteness theorem
・ Proof test
・ Proof that 22/7 exceeds π
・ Proof that e is irrational
・ Proof That the Youth Are Revolting
・ Proof that π is irrational
・ Proof theory
・ Proof Through the Night
・ Proof without words
・ Proof-carrying code
Proof-number search
・ Proof-of-payment
・ Proof-of-stake
・ Proof-of-work system
・ Proof-theoretic semantics
・ Proof/No Vain
・ Proofing
・ Proofing (armour)
・ Proofing (baking technique)
・ Proofpoint
・ Proofpoint Systems, Inc
・ Proofpoint, Inc.
・ Proofreading
・ Proofreading (biology)
・ Proofs and Refutations


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Proof-number search : ウィキペディア英語版
Proof-number search
Proof-number search (short: PN search) is a game tree search algorithm invented by Victor Allis, with applications mostly in endgame solvers, but also for sub-goals during games.
Using a binary goal (e.g. first player wins the game), game trees of two-person perfect-information games can be mapped to an and–or tree. Maximizing nodes become OR-nodes, minimizing nodes are mapped to AND-nodes. For all nodes proof and disproof numbers are stored, and updated during the search.
To each node of the partially expanded game tree the proof number and
disproof number are associated. A proof number represents the minimum number of leaf
nodes which have to be proved in order to prove the node. Analogously, a disproof
number represents the minimum number of leaves which have to be disproved
in order to disprove the node. Because the goal of the tree is to prove a forced
win, winning nodes are regarded as proved. Therefore, they have proof number
0 and disproof number ∞. Lost or drawn nodes are regarded as
disproved. They have proof number ∞ and disproof number
0. Unknown leaf nodes have a proof and disproof number of unity.
The proof number of an internal AND node is equal to the sum of
its childrens’ proof numbers, since to prove an AND node all the children have
to be proved. The disproof number of an AND node is equal to the minimum of
its childrens’ disproof numbers. The disproof number of an internal OR node is
equal to the sum of its childrens’ disproof numbers, since to disprove an OR node
all the children have to be disproved. Its proof number is equal to the minimum
of its childrens’ proof numbers.
The procedure of selecting the most-proving node
to expand is the following. We start at the root. Then, at each OR node the child
with the lowest proof number is selected as successor, and at each AND node the
child with the lowest disproof number is selected as successor. Finally, when a
leaf node is reached, it is expanded and its children are evaluated.
The proof and disproof numbers represent lower bounds on the number of nodes to be evaluated to prove (or disprove) certain nodes. By always selecting the most proving (disproving) node to expand, an efficient search is generated.
Some variants of proof number search like dfPN, PN2, PDS-PN have been developed to address the quite big memory
requirements of the algorithm.
== References ==



抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Proof-number search」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.